-
Notifications
You must be signed in to change notification settings - Fork 619
[Portal] update docs on pre-generation and account abstraction #5912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Portal] update docs on pre-generation and account abstraction #5912
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5912 +/- ##
==========================================
- Coverage 54.83% 54.83% -0.01%
==========================================
Files 1141 1141
Lines 60903 60903
Branches 5128 5128
==========================================
- Hits 33396 33394 -2
- Misses 26781 26782 +1
- Partials 726 727 +1
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
https://linear.app/thirdweb/issue/TOOL-2988/update-docs-to-call-out-pregeneration-caveats <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing documentation and functionality related to wallet connections and smart accounts in the `thirdweb` library, particularly around ecosystem wallets and the use of smart wallet addresses. ### Detailed summary - Added the `backend` option to the `AuthList` component in `AuthList.tsx`. - Included a note regarding ecosystem wallets in `ConnectEmbed.tsx` and `ConnectButton.tsx`. - Added a warning callout in `page.mdx` about using `predictSmartAccountAddress` for generating smart wallet addresses. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
ff02eab to
fe87437
Compare
https://linear.app/thirdweb/issue/TOOL-2988/update-docs-to-call-out-pregeneration-caveats <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing documentation and functionality related to wallet connections and smart accounts in the `thirdweb` library, particularly emphasizing account abstraction and the use of smart wallets. ### Detailed summary - Added `backend` to the `AuthList` component in `AuthList.tsx`. - Updated documentation in `ConnectEmbed.tsx` and `ConnectButton.tsx` regarding ecosystem wallets and account abstraction. - Introduced a warning callout in `page.mdx` for generating smart wallet addresses using `predictSmartAccountAddress`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fe87437 to
c339803
Compare
https://linear.app/thirdweb/issue/TOOL-2988/update-docs-to-call-out-pregeneration-caveats
PR-Codex overview
This PR focuses on enhancing documentation and adding a new wallet option in the
AuthList. It includes notes on ecosystem wallets and smart accounts, as well as guidance on generating smart wallet addresses.Detailed summary
"backend"to theAuthListoptions inAuthList.tsx.ConnectEmbed.tsxandConnectButton.tsx.page.mdxabout generating smart wallet addresses.